home *** CD-ROM | disk | FTP | other *** search
/ .net (Poland) 2000 September / Magazyn_Net_09_2000 (CDA).iso / internet / Winproxy30.exe / w / _SETUP.1 / Dnemac.inf < prev    next >
Windows Setup INFormation  |  2000-08-08  |  2KB  |  77 lines

  1. ;//****************************************************************************
  2. ;//* DNEM.INF 
  3. ;//****************************************************************************
  4. ;//* Copyright (c) Deterministic Networks, Inc.  1997 - 1998
  5. ;//****************************************************************************
  6. ;//* 
  7. ;//* This is the .inf file for the mac dirver (dnem.vxd)
  8. ;//*
  9. ;//****************************************************************************
  10.  
  11. [Version]
  12. Signature=$CHICAGO$
  13. Class=Net
  14. Provider=%V_DETNET%
  15.     
  16. [Manufacturer]
  17. %V_DETNET%=DETERMINISTIC
  18.  
  19. [ControlFlags]
  20. ExcludeFromSelect=DNEMAC
  21.     
  22. [DETERMINISTIC]
  23. %DNEMAC.DeviceDesc% =DNEMAC.ndi, DNEMAC
  24.     
  25. [DNEMAC.ndi]
  26. AddReg=DNEMAC.ndi.reg  
  27. DeviceID=DNEMAC
  28. MaxInstance=16
  29.     
  30. [DNEMAC.ndi.reg]
  31. HKR,Ndi,DeviceID,,DNEMAC
  32. HKR,NDIS,LogDriverName,,DNEMAC                      
  33. HKR,Ndi,NdiInstaller,,"DNES.dll,DnDneMacMain" 
  34. HKR,Ndi,MaxInstance,,20
  35. HKR,NDIS,MajorNdisVersion,1,03
  36. HKR,NDIS,MinorNdisVersion,1,0a
  37. HKR,Ndi\Interfaces,DefUpper,,"ndis3"
  38. HKR,Ndi\Interfaces,DefLower,,"DNEBinding"
  39. HKR,Ndi\Interfaces,UpperRange,,"ndis3"
  40. HKR,Ndi\Interfaces,LowerRange,,"DNEBinding" 
  41. HKR,Ndi\Compatibility,RequireAll,,"DNEPRO"  
  42. HKR,Ndi\Install,,,"DNEMAC.Install"
  43. HKR,Ndi\Remove,,,"DNEMAC.Remove"  
  44.  
  45. ; Context help
  46. HKR,Ndi,HelpText,0,%DNEMAC_HELP%
  47.     
  48. [DNEMAC.Install]
  49. AddReg=DNEMAC.AddReg
  50.     
  51. [DNEMAC.Remove]
  52. DelReg=DNEMAC.ndi.rmv.delreg 
  53. DelFiles=DNEMAC.ndi.vxds.delfiles
  54.  
  55. [DNEMAC.AddReg]
  56. HKR,,DevLoader,,*ndis 
  57. HKR,,DeviceVxDs,,"DNEMAC.VXD"
  58.  
  59. [DNEMAC.ndi.rmv.delreg]
  60.  
  61. [DNEMAC.ndi.vxds.delfiles]
  62.  
  63. [DestinationDirs]       
  64. DNEMAC.ndi.vxds.delfiles= 11
  65.  
  66. [strings]
  67.     
  68. V_DETNET="Deterministic Networks"
  69. V_CLASSNAME = "Network Adapter"
  70.     
  71. DNEMAC.DeviceDesc = "DNE Mac Shim" 
  72.     
  73. DNEMAC_HELP = "This is an internal component of the DNE system.  Please do not remove this component.  Instead please remove the DNES service from the control panel."
  74.  
  75.  
  76.     
  77.